.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}


.column {
  float: right;
  width: 50%;
}
